Compiler construction

Results: 1898



#Item
261

2008 Paper 4 Question 3 Compiler Construction (a) Given the following program fragment in C or Java static int a = 3; static int f(int x, int y) { int z = a+x; ...; return ... }

Add to Reading List

Source URL: www.cl.cam.ac.uk

- Date: 2014-06-09 10:18:24
    262

    2004 Paper 6 Question 8 Compiler Construction (a) Explain the differences (illustrating each with a small program) between (i ) static and dynamic binding (scoping);

    Add to Reading List

    Source URL: www.cl.cam.ac.uk

    - Date: 2014-06-09 10:18:03
      263

      COMPUTER SCIENCE TRIPOS Part IB – 2014 – Paper 3 5 Compiler Construction (TGG) Functional programmers will often rewrite a recursive function such as fun fact1 n =

      Add to Reading List

      Source URL: www.cl.cam.ac.uk

      - Date: 2014-06-09 10:18:43
        264

        2011 Paper 3 Question 5 Compiler Construction Consider a simple grammar for arithmetic expressions: E ::= n | x | −E | E + E | ( E ) with n ranging over integer constants and x ranging over variables. We want to

        Add to Reading List

        Source URL: www.cl.cam.ac.uk

        Language: English - Date: 2014-06-09 10:18:38
          265

          2008 Paper 5 Question 6 Compiler Construction Consider the following grammar for expressions (where Id is a terminal symbol representing an identifier resulting from lexical analysis): Expr

          Add to Reading List

          Source URL: www.cl.cam.ac.uk

          Language: English - Date: 2014-06-09 10:18:25
            266

            2001 Paper 5 Question 6 Compiler Construction Consider a language J which has • Java-like syntax • nested definitions of procedures within other procedures

            Add to Reading List

            Source URL: www.cl.cam.ac.uk

            Language: English - Date: 2014-06-09 10:17:42
              267

              2003 Paper 4 Question 1 Compiler Construction A programming language has commands C and expressions E which may involve the terminals I (identifiers) and N (integer constants). Its grammar G (with start symbol S) is giv

              Add to Reading List

              Source URL: www.cl.cam.ac.uk

              - Date: 2014-06-09 10:17:53
                268

                Turning Java into Hardware: Caffinated Compiler Construction C. Scott Ananian March 24, 2002 Revision: 1.12

                Add to Reading List

                Source URL: cscott.net

                Language: English - Date: 2002-03-24 21:32:30
                  269

                  Published in “Conference on Compiler Construction” (CC), 2005, pp. 172–187. Data Slicing: Separating the Heap into Independent Regions Jeremy Condit and George C. Necula Department of Electrical Engineering and Co

                  Add to Reading List

                  Source URL: www.cs.berkeley.edu

                  Language: English - Date: 2010-10-29 12:59:10
                    270

                    2010 Paper 3 Question 3 Compiler Construction (a) What are the principal features of a regular language and of a context-free language and their respective parsers? [4 marks]

                    Add to Reading List

                    Source URL: www.cl.cam.ac.uk

                    Language: English - Date: 2014-06-09 10:18:33
                      UPDATE